aboutsummaryrefslogtreecommitdiff
path: root/src/lj_vmmath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-12-221-3/+3
|\|
| * Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-4/+4
* | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable.Mike Pall2022-12-071-1/+12
* | Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-42/+2
* | Fix pow() optimization inconsistencies.Mike Pall2022-01-241-37/+45
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Improve assertions.Mike Pall2020-06-151-3/+4
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-8/+0
* | Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-6/+0
* | Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-2/+2
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall2016-01-291-14/+14
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | ARM64: Add build infrastructure and initial port of interpreter.Mike Pall2015-01-031-1/+1
* | x86/x64: Drop internal x87 math functions. Use libm functions.Mike Pall2014-12-081-3/+13
* | x86/x64: Call external symbols directly from interpreter code.Mike Pall2014-12-081-6/+8
|/
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* ARM/PPC: Remove assembler code for lj_vm_foldarith().Mike Pall2012-06-121-3/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-1/+24
* FFI: Record ffi.errno().Mike Pall2011-11-261-0/+8
* Rearrange defines for workarounds to embedded operating systems.Mike Pall2011-10-191-2/+2
* PPC: Fix or remove assembler helper functions.Mike Pall2011-09-051-2/+2
* Fix compiler warning.Mike Pall2011-06-071-3/+3
* Add narrowing of modulo operator.Mike Pall2011-06-031-0/+14
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-0/+97