index
:
amd64-simd
front
SIMD trials
rgl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
implement memory aligned versions of some functions.
rodri
2023-12-01
3
-2
/
+139
|
*
remove instructions recently added to 9front. implemented some tests.
rodri
2023-11-29
5
-35
/
+73
|
*
idem.
rodri
2023-11-27
4
-51
/
+87
|
*
corrected tests and reimplemented some functions using 6a's own instructions.
rodri
2023-11-26
1
-3
/
+10
|
|
|
|
some tests were reporting wrong results when the functions didn't write to the correct memory addresses, because they were reused from the previous test. now those are reset before every run.
*
add 3d point sum.
rodri
2023-11-25
4
-0
/
+58
|
*
cleaned things up and improved the organization a bit.
rodri
2023-11-25
8
-188
/
+283
|
*
add more avx instructions and place VZEROUPPERs.
rodri
2023-11-24
2
-3
/
+75
|
*
clean and organize things up. implement VZEROUPPER.
rodri
2023-11-24
5
-53
/
+63
|
*
add more avx instructions and a bench9 benchmark file.
rodri
2023-11-24
4
-0
/
+182
|
*
fix the 9 asm notes. add VFMA231[SP]D instructions.
rodri
2023-11-24
3
-26
/
+47
|
*
add base VEX encoding definitions.
rodri
2023-11-23
1
-6
/
+22
|
*
add 9 asm notes of the macro instructions.
rodri
2023-11-23
1
-9
/
+9
|
*
initial SIMD trials of some libgeometry functions.
rodri
2023-11-23
6
-0
/
+330