index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
pffft.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be less messy with PFFFT
Chris Robinson
2023-12-09
1
-9
/
+9
*
Fix some clang-tidy warnings
Chris Robinson
2023-12-08
1
-15
/
+15
*
Make sure the size is large enough for allocating a struct
Chris Robinson
2023-12-05
1
-1
/
+2
*
Remove unnecessary extra macros
Chris Robinson
2023-10-26
1
-55
/
+37
*
Combine some more VADD(VMUL(... into VMADD(...
Chris Robinson
2023-10-17
1
-48
/
+44
*
Mark some output buffer pointers as RESTRICT
Chris Robinson
2023-10-16
1
-15
/
+17
*
Replace some function-like macros with real functions
Chris Robinson
2023-10-16
1
-117
/
+136
*
Avoid some macros that use inputs multiple times
Chris Robinson
2023-10-16
1
-25
/
+57
*
Constify some parameters
Chris Robinson
2023-10-16
1
-14
/
+19
*
Don't use al::vector where not needed
Chris Robinson
2023-10-12
1
-5
/
+3
*
Make and use a separate zconvolve method without scaling
Chris Robinson
2023-10-11
1
-3
/
+76
*
Fix conversion warnings
Chris Robinson
2023-10-10
1
-19
/
+21
*
Fix array lookup index
Chris Robinson
2023-10-10
1
-2
/
+3
*
Use size_t and uint for non-negative values and indices
Chris Robinson
2023-10-10
1
-208
/
+208
*
Use an anonymous namespace instead of static functions
Chris Robinson
2023-10-10
1
-194
/
+202
*
Combine some VADD(VMUL(... to VMADD(...
Chris Robinson
2023-10-10
1
-43
/
+43
*
Use a bool instead of an int for 0/1
Chris Robinson
2023-10-09
1
-25
/
+27
*
Cleanup PFFFT
Chris Robinson
2023-10-09
1
-571
/
+604
*
Remove more type-punning from pffft
Chris Robinson
2023-10-08
1
-52
/
+63
*
Clean up some more type-punning in pffft
Chris Robinson
2023-10-08
1
-22
/
+42
*
Avoid some type-punning and clean up pffft a bit
Chris Robinson
2023-10-08
1
-161
/
+148
*
Update and clarify some comments
Chris Robinson
2023-10-07
1
-4
/
+4
*
Add a generic GCC vector extension fallback for pffft
Chris Robinson
2023-10-06
1
-13
/
+80
*
Fix x86-64 MSVC check
Chris Robinson
2023-10-06
1
-1
/
+1
*
Include a copy of PFFFT
Chris Robinson
2023-10-06
1
-0
/
+2021