1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-19 14:49:54 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
Chuck Walbourn
c9a31a6c49
float_control pragma applies to clang (#183) 2024-02-02 17:35:29 -08:00
Chuck Walbourn
0fc79cd309 Fixed some misleading comments 2022-11-09 15:05:41 -08:00
Chuck Walbourn
6be498ca16
Reimplemented XMMatrixRotationRollPitchYaw(FromVector) (#144) 2022-01-17 23:21:31 -08:00
Chuck Walbourn
a311fcbfa7 Add explicit scalar no-intrinsics codepath to XMMatrixRotationQuaternion, XMQuaternionRotationRollPitchYaw(FromVector) 2022-01-12 16:54:49 -08:00
Chuck Walbourn
7c30ba5932 Update copyright banner 2021-02-26 23:17:26 -08:00
Chuck Walbourn
d3c5cbd2f6 Added _M_ARM64EC from windows build 2020-12-19 12:49:48 -08:00
Chuck Walbourn
9962628ef4
ARM-NEON intrinsics code paths now type-safe (#115) 2020-07-31 15:49:13 -07:00
Chuck Walbourn
83634c742a
clang/GNU compiler support including ARM-NEON (#102) 2020-03-09 00:42:33 -07:00
Chuck Walbourn
c02a3a608c A few more FMA3 cases 2020-03-07 14:17:15 -08:00
Chuck Walbourn
eccb780fc5
256-bit wide AVX register optimizations (#101) 2020-03-07 00:02:19 -08:00
Chuck Walbourn
65d7fb5940 Added XMMatrixVectorTensorProduct 2020-03-06 13:54:44 -08:00
Chuck Walbourn
bdb574c97e Suppress -Wgnu-anonymous-struct and -Wnested-anon-types 2020-03-02 20:41:22 -08:00
Chuck Walbourn
d7cc112b55
Added noexcept to all functions (#97) 2020-02-29 22:12:46 -08:00
Chuck Walbourn
b412a61c51 Reformat code 2020-02-29 16:07:57 -08:00
Chuck Walbourn
7fcdfbc3c6 Updated for clang control defines 2019-06-25 09:16:03 -07:00
Chuck Walbourn
9fa46af4ec Type mismatch issues cleaned up for ARM codepaths 2019-06-25 00:01:06 -07:00
Chuck Walbourn
1654282608 Add float_control pragmas for nan tests 2019-04-03 13:34:47 -07:00
Chuck Walbourn
ecfb475440 Whitespace cleanup 2019-01-30 14:13:18 -08:00
Chuck Walbourn
6883c5518a
Fixed conformance warnings based on clang (#75) 2018-06-26 13:45:31 -07:00
Chuck Walbourn
0fad2114f8
XMFLOAT3X4 data type and load/store functions (#71) 2018-06-01 10:47:08 -07:00
Chuck Walbourn
e47ad78320 Use default copy and move ctors/ops 2018-04-03 17:52:24 -07:00
Chuck Walbourn
b710e917c6 Fixed up comment header block 2018-03-19 12:12:03 -07:00
Chuck Walbourn
455f4ca150 Remove 17.1 compiler support 2018-02-01 18:57:52 -08:00
Chuck Walbourn
c592223086 June 2017 2017-06-21 13:32:45 -07:00
Chuck Walbourn
58df665c97 Cleaned up conformance warnings found by CLang 2017-05-17 17:46:45 -07:00
Nicholas Frechette
d1aa003720 Using broadcast instead of load/shuffle is faster when it is available. (#47)
Using broadcast instead of load/shuffle is faster when it is available.
2017-04-18 15:45:53 -07:00
Chuck Walbourn
f7954ad6ed CHPE platform support 2017-01-13 13:52:41 -08:00
Chuck Walbourn
d75f745b16 ARMv8 optimizations 2016-11-09 15:51:02 -08:00
Chuck Walbourn
dc68173efe Suppress 4996 warning for VS Dev 15 Preview 2016-11-08 16:27:41 -08:00
Chuck Walbourn
7be36d19e3 Normalize line endings 2016-08-22 11:43:47 -07:00
Chuck Walbourn
b33c94320b Add URL to project GitHub for additional support to comments 2016-07-05 13:47:27 -07:00
Chuck Walbourn
403fa49a0c Dropped VS 2012 support (keeping 17.1 for Xbox One XDK) 2016-06-18 13:46:48 -07:00
Chuck Walbourn
48ab66214a DirectXMath 3.09 2016-06-18 13:31:26 -07:00
Chuck Walbourn
fea9eabc4e DirectXMath 3.08 2016-05-23 14:37:35 -07:00
Chuck Walbourn
51802de35b DirectXMath 3.07 2016-05-23 14:33:29 -07:00
Chuck Walbourn
fb43a89861 DirectXMath 3.05 2016-05-23 14:25:11 -07:00
Chuck Walbourn
fd7f30458d DirectXMath 3.03 2016-05-23 14:15:41 -07:00
Chuck Walbourn
409c3a3646 DirectXMath 3.02 2016-05-23 14:07:40 -07:00
Chuck Walbourn
1fa826b8da DirectXMath 3.00 2016-05-23 14:02:43 -07:00