Neil Brown
|
6e4e9c1808
|
Implemented much more of the support functions, and renamed some of the uglier types
|
2009-04-06 13:24:26 +00:00 |
|
Neil Brown
|
20e24b807f
|
Cleared up some signed/unsigned warnings in the latest intrinsics
|
2009-01-26 19:01:56 +00:00 |
|
Neil Brown
|
41946716f0
|
Implemented ASHIFTRIGHT (straightforward) and ASHIFTLEFT (amazingly hard) and tested them
|
2009-01-26 18:57:50 +00:00 |
|
Neil Brown
|
e0e0b46052
|
Implemented SHIFTLEFT and SHIFTRIGHT
|
2009-01-26 18:11:15 +00:00 |
|
Neil Brown
|
8df1bc80f9
|
Implemented LONGDIV (passes the cgtests, but I'm not 100% confident in it)
|
2009-01-26 18:03:27 +00:00 |
|
Neil Brown
|
4a12999989
|
Implemented LONGPROD, in a slightly long-winded way
|
2009-01-26 17:57:45 +00:00 |
|
Neil Brown
|
df66042a99
|
Corrected a problem with LONGADD and implemented both LONGSUB and LONGDIFF
|
2009-01-26 15:46:37 +00:00 |
|
Neil Brown
|
588d24bfea
|
Fixed a mistake with a missing type in a header
|
2009-01-25 22:06:01 +00:00 |
|
Neil Brown
|
65171e4492
|
Implemented the ROTATELEFT and ROTATERIGHT intrinsics
|
2009-01-25 21:31:41 +00:00 |
|
Neil Brown
|
c30db7b11e
|
Added in C headers (dummy bodies) for all the intrinsic functions that I have so far defined in the Intrinsics module
|
2009-01-25 20:42:57 +00:00 |
|