-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cast of vectypes with sizeof < vec4f (16)
Do use memcpy-to-temp-var on clang cast as it's portable, correct and fast and use various type of loads for other compilers (msvc/gcc) to match generated code on clang This fixes clang18 binding of inline functions that return vec3/Point3 and removes special code path for TSAN.
- Loading branch information
Vladimir 'virtul' Ivannikov
committed
Dec 28, 2024
1 parent
42b5ccb
commit e413593
Showing
1 changed file
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters