8000 Tags · clayne/hlslpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: clayne/hlslpp

Tags

3.6

Toggle 3.6's commit message
Fix the incorrect inclusion of arm64_neon.h on unsupported compilers

Technically ARM64 on VS2017 and the experimental Clang might not work but I don't think that is a problem and it'll keep the fix simpler
Also enable the ARM64 and double types for _M_ARM64EC

3.5.3

Toggle 3.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ARM64EC to the list of defines that trigger NEON intrinsics

3.5.2

Toggle 3.5.2's commit message
Fix matrix cast in AVX

3.5.1

Toggle 3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vcpkg cmake support (redorav#84)

This is a helper cmake to set the correct variables for include directory and version.
It's meant to be used by vcpkg and is required in order to make the vcpkg port an official port (see https://learn.microsoft.com/en-us/vcpkg/contributing/maintainer-guide#add-cmake-exports-in-an-unofficial--namespace)

3.5

Toggle 3.5's commit message
Merge branch 'master' of https://github.com/redorav/hlslpp

3.4

Toggle 3.4's commit message
Fix compile error with template incantation

3.3.1

Toggle 3.3.1's commit message
Use t4 instead of t

3.3

Toggle 3.3's commit message
Fix uintN swizzle

3.2.3

Toggle 3.2.3's commit message
Merge branch 'master' of https://github.com/redorav/hlslpp

3.2.2

Toggle 3.2.2's commit message
Add [ ] operator to other vector types for consistency with floatN

0