aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/internal_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Fix 128-bit integer to float cast by explicitly calling the procedure direct;...gingerBill2021-06-061-42/+0
* Rename intrinsics to count_trailing_zeros and count_leading_zerosgingerBill2021-04-251-1/+1
* Replace many `foreign` llvm calls with intrinsicsgingerBill2021-04-251-7/+3
* Fix `floattidf`gingerBill2021-04-141-4/+4
* Fix style issues; Use new attribute `@(cold)` where appropriate in the new sy...gingerBill2021-04-141-92/+92
* Minimize unneeded castsgingerBill2021-03-031-5/+5
* As per GingerBill's request, copied the files over to a linux-specific file i...F0x1fy2020-11-061-0/+135
* Moved internal_windows to internal_any to allow for manual linking related to...F0x1fy2020-11-051-135/+0
* Add extra 128 bit integer proceduresgingerBill2020-05-131-7/+118
* Add `-help` which prints information about the compiler flagsgingerBill2019-12-211-178/+0
* Move internal 128-bit stuff to a windows specific filegingerBill2019-06-011-0/+202