{"id":113233,"date":"2024-01-29T18:50:43","date_gmt":"2024-01-29T16:50:43","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/glm-1-0-0-matematicheskaya-c-biblioteka"},"modified":"2024-01-29T18:50:43","modified_gmt":"2024-01-29T16:50:43","slug":"glm-1-0-0-matematicheskaya-c-biblioteka","status":"publish","type":"post","link":"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/glm-1-0-0-matematicheskaya-c-biblioteka","title":{"rendered":"GLM 1.0.0 \u2014 libreria matematica C++","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><img decoding=\"async\" alt=\"GLM 1.0.0 \u2014 libreria matematica C++\" src=\"\/wp-content\/uploads\/2024\/01\/e28ff30bbd85e49babfa46e80e72dfd3.jpg\" style=\"display:block;margin: 0 auto;\" \/>                                <noindex>      <noindex><\/p>\n<p>Il 24 gennaio, dopo quasi quattro anni di pausa, \u00e8 stata rilasciata la versione 1.0.0 di una libreria header-only ottimizzata per SIMD per C++. <a rel=\"nofollow\" href=\"https:\/\/github.com\/g-truc\/glm\">GLM<\/a> (OpenGL Mathematics), basata sulle specifiche <a rel=\"nofollow\" href=\"https:\/\/registry.khronos.org\/OpenGL\/specs\/gl\/GLSLangSpec.4.50.pdf\">GLSL (pdf)<\/a> (OpenGL Shading Language).<\/p>\n<p><\/noindex><\/noindex>  <\/p>\n<p>Novit\u00e0:<\/p>\n<ul>\n<li>aggiunto il modulo GLM_EXT_scalar_reciprocal con test;<\/li>\n<li>aggiunto il modulo GLM_EXT_vector_reciprocal con test;<\/li>\n<li>aggiunto il modulo GLM_EXT_matrix_integer con test;<\/li>\n<li>aggiunte le funzioni glm::iround e glm::uround nei moduli GLM_EXT_scalar_common e GLM_EXT_vector_common;<\/li>\n<li>aggiunta la funzione GLM_FORCE_UNRESTRICTED_FLOAT per prevenire asserzioni statiche quando si usano altri tipi scalari con una funzione che si aspetta un tipo float;<\/li>\n<li>aggiunto il classificatore constexpr nelle funzioni cross e dot;<\/li>\n<li>corretto l'asserzione errata per glm::min e glm::max;<\/li>\n<li>corretta l'orientazione dei quaternioni nella funzione glm::decompose;<\/li>\n<li>corretta la singolarit\u00e0 nella conversione di un quaternione in angoli di Eulero per il roll;<\/li>\n<li>corretta l'operazione glm::pow con quaternioni di piccole dimensioni;<\/li>\n<li>corretto l'errore di compilazione glm::fastNormalize;<\/li>\n<li>corretto l'errore di compilazione glm::isMultiple;<\/li>\n<li>corretto il calcolo nella funzione glm::adjugate;<\/li>\n<li>corretto il segno del risultato nella funzione glm::angle per angoli nell'intervallo (2pi-1, 2pi);<\/li>\n<li>rimosso il divieto di utilizzo di glm::string_cast nel codice host CUDA;<\/li>\n<li>aggiunte Github Actions.<\/li>\n<\/ul>\n<p>Fonte: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/development\/17504331\">linux.org.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>24 \u044f\u043d\u0432\u0430\u0440\u044f, \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 \u0447\u0435\u0442\u044b\u0440\u0451\u0445\u043b\u0435\u0442\u043d\u0435\u0439 \u043f\u0430\u0443\u0437\u044b, \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u043a 1.0.0 header-only SIMD-\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0434\u043b\u044f C++ GLM (OpenGL Mathematics), \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u043d\u0430 \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f\u0445 GLSL (pdf) (OpenGL Shading Language). \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f: \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_scalar_reciprocal \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_vector_reciprocal \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_matrix_integer \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0444\u0443\u043d\u043a\u0446\u0438\u0438 glm::iround \u0438 glm::uround \u0432 \u043c\u043e\u0434\u0443\u043b\u0438 GLM_EXT_scalar_common \u0438 GLM_EXT_vector_common; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f GLM_FORCE_UNRESTRICTED_FLOAT \u0434\u043b\u044f [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":113234,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-113233","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-novosti-interneta"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"24 \u044f\u043d\u0432\u0430\u0440\u044f, \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 \u0447\u0435\u0442\u044b\u0440\u0451\u0445\u043b\u0435\u0442\u043d\u0435\u0439 \u043f\u0430\u0443\u0437\u044b, \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u043a 1.0.0 header-only SIMD-\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0434\u043b\u044f C++ GLM (OpenGL Mathematics), \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u043d\u0430 \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f\u0445 GLSL (pdf) (OpenGL Shading Language). \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f: \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_scalar_reciprocal \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_vector_reciprocal \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_matrix_integer \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0444\u0443\u043d\u043a\u0446\u0438\u0438 glm::iround \u0438 glm::uround \u0432 \u043c\u043e\u0434\u0443\u043b\u0438 GLM_EXT_scalar_common \u0438 GLM_EXT_vector_common; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f GLM_FORCE_UNRESTRICTED_FLOAT \u0434\u043b\u044f\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/glm-1-0-0-matematicheskaya-c-biblioteka\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"it_IT\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47GLM 1.0.0 \u2014 \u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f C++ \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"24 \u044f\u043d\u0432\u0430\u0440\u044f, \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 \u0447\u0435\u0442\u044b\u0440\u0451\u0445\u043b\u0435\u0442\u043d\u0435\u0439 \u043f\u0430\u0443\u0437\u044b, \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u043a 1.0.0 header-only SIMD-\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0434\u043b\u044f C++ GLM (OpenGL Mathematics), \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u043d\u0430 \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f\u0445 GLSL (pdf) (OpenGL Shading Language). \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f: \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_scalar_reciprocal \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_vector_reciprocal \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_matrix_integer \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0444\u0443\u043d\u043a\u0446\u0438\u0438 glm::iround \u0438 glm::uround \u0432 \u043c\u043e\u0434\u0443\u043b\u0438 GLM_EXT_scalar_common \u0438 GLM_EXT_vector_common; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f GLM_FORCE_UNRESTRICTED_FLOAT \u0434\u043b\u044f\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/glm-1-0-0-matematicheskaya-c-biblioteka\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-01-29T16:50:43+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-01-29T16:50:43+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47GLM 1.0.0 \u2014 libreria matematica C++ | ProHoster","description":"Il 24 gennaio, dopo quasi quattro anni di pausa, \u00e8 stata rilasciata la libreria 1.0.0 header-only ottimizzata SIMD per C++ GLM (OpenGL Mathematics), basata sulle specifiche GLSL (pdf) (OpenGL Shading Language). Modifiche: aggiunto il modulo GLM_EXT_scalar_reciprocal con test; aggiunto il modulo GLM_EXT_vector_reciprocal con test; aggiunto il modulo GLM_EXT_matrix_integer con test; aggiunte le funzioni glm::iround e glm::uround nei moduli GLM_EXT_scalar_common e GLM_EXT_vector_common; aggiunta la funzione GLM_FORCE_UNRESTRICTED_FLOAT per","canonical_url":"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/glm-1-0-0-matematicheskaya-c-biblioteka","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"it_IT","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47GLM 1.0.0 \u2014 \u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f C++ \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 | ProHoster","og:description":"24 \u044f\u043d\u0432\u0430\u0440\u044f, \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u0447\u0442\u0438 \u0447\u0435\u0442\u044b\u0440\u0451\u0445\u043b\u0435\u0442\u043d\u0435\u0439 \u043f\u0430\u0443\u0437\u044b, \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0432\u044b\u043f\u0443\u0441\u043a 1.0.0 header-only SIMD-\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0434\u043b\u044f C++ GLM (OpenGL Mathematics), \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u043d\u0430 \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f\u0445 GLSL (pdf) (OpenGL Shading Language). \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f: \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_scalar_reciprocal \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_vector_reciprocal \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043c\u043e\u0434\u0443\u043b\u044c GLM_EXT_matrix_integer \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0444\u0443\u043d\u043a\u0446\u0438\u0438 glm::iround \u0438 glm::uround \u0432 \u043c\u043e\u0434\u0443\u043b\u0438 GLM_EXT_scalar_common \u0438 GLM_EXT_vector_common; \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f GLM_FORCE_UNRESTRICTED_FLOAT \u0434\u043b\u044f","og:url":"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/glm-1-0-0-matematicheskaya-c-biblioteka","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2024-01-29T16:50:43+00:00","article:modified_time":"2024-01-29T16:50:43+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts\/113233","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/comments?post=113233"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts\/113233\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/media\/113234"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/media?parent=113233"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/categories?post=113233"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/tags?post=113233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}