44 Commits

Author SHA1 Message Date
Rerumu
4a84a5c906 License runtimes under the MPL 2022-07-22 00:19:57 -04:00
Rerumu
9b0973e255 Fix vector feature packing 2022-07-18 00:25:49 -04:00
Rerumu
f8c0a57af2 Add missing f32 saturation operations 2022-07-08 13:23:43 -04:00
Rerumu
3853e06efa Fix conversion operations and implement saturation
Namie fixie
2022-07-08 12:46:23 -04:00
Rerumu
85aeca9d9f Fix large integer initialization 2022-07-08 12:41:45 -04:00
Rerumu
efec6203b0 Fix inconsistencies
Addendum to truncation rename

Rename constants for consistency
2022-07-08 12:41:45 -04:00
Rerumu
0cacb0b996 Add i64 bit rotation 2022-07-02 05:29:46 -04:00
Rerumu
9eb44f0ed8 Fix i64 bit shifting 2022-07-02 05:15:15 -04:00
Rerumu
971ac382a5 Add i64 remainder operation 2022-07-02 05:04:39 -04:00
Rerumu
d351920a51 Clean up vector integers 2022-07-02 04:20:55 -04:00
Rerumu
47079b7758 Clean up table integers 2022-07-02 03:30:36 -04:00
Rerumu
d74124815b Add vector feature to Luau 2022-07-02 02:19:26 -04:00
Rerumu
071b0877cf Replace integer division algorithm 2022-07-02 02:03:33 -04:00
Rerumu
577fbf5926 Remove unneeded multiplication checks 2022-07-02 01:59:38 -04:00
Rerumu
bdb4420292 Rename Numeric export to Integer 2022-07-01 15:07:11 -04:00
Rerumu
627927d366 Rename stuff in Numeric for clarity 2022-07-01 14:06:17 -04:00
Rerumu
6e0debe287 Fix i64 sign extension for i32 2022-06-29 23:53:02 -04:00
Rerumu
76cb3b36be Add i64 sign extension for i8 and i16 2022-06-29 23:55:08 -04:00
Rerumu
64ae35c658 Add i64 bit counting 2022-06-29 22:08:34 -04:00
Rerumu
ecc0cad494 Inline bit set constants 2022-06-29 23:06:37 -04:00
Rerumu
92b692160d Remove unnecessary bit_and call 2022-06-28 18:40:32 -04:00
Rerumu
5c2209fcf0 Add Vector3 support for Luau i64 2022-06-28 16:58:01 -04:00
Rerumu
04d1840d2d Fix nearest f32 and f64 again 2022-06-28 02:03:29 -04:00
Rerumu
b8362d9e66 Add i32 sign extension 2022-06-27 19:57:31 -04:00
Rerumu
2363811773 Reorder and rename for consistency 2022-06-27 19:55:25 -04:00
Rerumu
201f0b286f Expand inlineable runtime functions 2022-06-26 03:40:28 -04:00
Rerumu
75582f40bf Reorganize runtimes 2022-06-26 03:18:53 -04:00
Rerumu
22d447395b Fix i64 division on zero shortcut 2022-06-26 02:41:36 -04:00
Rerumu
ec20ac5482 Fix i64 sign check 2022-06-26 02:28:14 -04:00
Rerumu
5d4aa97cd5 Fix signed i32 remainder 2022-06-26 01:51:52 -04:00
Rerumu
62f41eac17 Fix i32 bit shifting 2022-06-26 01:51:37 -04:00
Rerumu
c3d8f4a357 Fix i64 bit shifting 2022-06-26 01:33:52 -04:00
Rerumu
4e10ed9d93 Fix signed i64 memory 2022-06-26 01:28:16 -04:00
Rerumu
34dbd6b018 Rename variables for consistency 2022-06-26 01:22:14 -04:00
Rerumu
c462a4472f Make use of bit32 more consistent 2022-06-26 00:32:42 -04:00
Rerumu
43aba1185a Fix i32 multiplication 2022-06-26 00:28:03 -04:00
Rerumu
f5bd86ccef Specify pack order when needed 2022-06-25 22:55:11 -04:00
Rerumu
c19430548b Localize truncation 2022-06-25 22:52:22 -04:00
Rerumu
efc5c9354f Fix copysign 2022-06-25 22:51:45 -04:00
Rerumu
00cbe2df6c Fix out of memory return 2022-06-25 21:52:06 -04:00
Rerumu
5bdbb9c396 Add missing Luau memory operations 2022-06-25 21:43:41 -04:00
Rerumu
5b61f742f4 Add f32 and f64 distinction 2022-06-25 04:30:06 -04:00
Rerumu
951ee169a2 Style touch ups 2022-06-25 03:52:03 -04:00
Rerumu
223895e617 Restructure and compartmentalize the project 2022-06-23 20:14:04 -04:00