about summary refs log tree commit diff stats
path: root/html/apps/tests.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-05 10:16:53 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-05 10:25:25 -0700
commitf13576b5d273ef9175e938b15f55bb1ead22fb1d (patch)
treea54c4667e384a7eec44d0e5e7c2da687b670b7e9 /html/apps/tests.subx.html
parentbb3ce6cdea12ff00b998c5a1c6dbf2c83dba77c2 (diff)
downloadmu-f13576b5d273ef9175e938b15f55bb1ead22fb1d.tar.gz
6957
The final fix to the raytracing program involves rounding modes. It turns
out x86 processors round floats by default, unlike C which has trained
me to expect truncation. Rather than mess with the MXCSR register, I added
another instruction for truncation. Now milestone 3 emits perfectly correct
results.
Diffstat (limited to 'html/apps/tests.subx.html')
0 files changed, 0 insertions, 0 deletions
db'>33352536 ^
6ff9ce26 ^
33352536 ^
6ff9ce26 ^
ecfbbfb5 ^
ee9a9237 ^


e5cbbea4 ^
294a1520 ^
7a583220 ^
33352536 ^

ee9a9237 ^
33352536 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
6ff9ce26 ^
33352536 ^

ecfbbfb5 ^
5cec03b4 ^
71eb22a5 ^
33352536 ^



b142ae9c ^
33352536 ^

1639687b ^
33352536 ^
6070c23e ^
6030d7e2 ^
33352536 ^
6030d7e2 ^
33352536 ^
6030d7e2 ^
b142ae9c ^

33352536 ^
6030d7e2 ^
ed0e64a9 ^
ecfbbfb5 ^
294a1520 ^
ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60