User Details
- User Since
- Apr 15 2013, 2:02 AM (518 w, 14 h)
Today
Fix a small typo in PyFloat8E4M3B11FNUZType
Jan 18 2023
Jan 9 2023
LGTM
Oct 27 2022
Sep 19 2022
Sep 16 2022
Sep 12 2022
Aug 25 2022
Aug 23 2022
Aug 22 2022
Aug 18 2022
Jul 25 2022
Jul 18 2022
LGTM
Jul 14 2022
Jun 1 2022
Feb 10 2022
Is there a test which uses flags.read with an alloca to ensure that we obey the redzone rules?
Jan 20 2022
Your example is different from mine as it nests the constexpr variable inside the function rather than having it at translation-unit scope.
Jan 19 2022
I have a question regarding how this work with respect to the dllimport semantics known by the linker.
IIUC, we will now allow a program like:
extern int __declspec(dllimport) dll_import_int; constexpr int& dll_import_constexpr_ref = dll_import_int; int& get() { return dll_import_constexpr_ref; }
Jan 13 2022
Jan 12 2022
LGTM
Jan 11 2022
Do we also need to test for __aarch64__? https://developer.arm.com/documentation/dui0774/g/chr1383660321827 says that __arm__ is only defined for 32-bit targets.
Jan 3 2022
Looks great! Please give others some time to review it as it is a holiday season...
I wonder if we should have different behavior for MSVC targets.
Jan 2 2022
This is looking great! Just a few more questions.
OOC, how hard would it be to generalize this builtin a little? It is nice that we have builtins like __builtin_add_overflow which do the right thing regardless of their input.
Dec 24 2021
Dec 16 2021
Is this a new feature in MSVC? Seems like it might be. If so, should it be predicated on isCompatibleWithMSVC(1925) or something?
Sep 21 2021
LGTM
Jul 8 2021
Jun 9 2021
Jun 7 2021
May 13 2021
LGTM
Dec 7 2020
Dec 4 2020
It is difficult remembering exactly what my thought process was way back when but the redzone calculation seems very likely...
Nov 19 2020
LGTM
Oct 31 2020
Oct 30 2020
Aug 12 2020
LGTM
Jul 30 2020
LGTM
Jul 8 2020
Jun 3 2020
May 14 2020
May 13 2020
LGTM
May 6 2020
Apr 13 2020
LGTM
LGTM
Apr 11 2020
Apr 7 2020
Mar 26 2020
LGTM
Mar 24 2020
Please upload with full context.
Mar 23 2020
Nov 3 2019
Oct 28 2019
Oct 17 2019
Oct 8 2019
LGTM
Oct 2 2019
LGTM
Sep 26 2019
Sep 19 2019
LGTM
Sep 12 2019
Sep 4 2019
Aug 28 2019
Aug 23 2019
Aug 14 2019
Jul 15 2019
Jul 6 2019
Jul 3 2019
Apr 1 2019
LGTM
LGTM
Mar 12 2019
Jan 23 2019
Jan 22 2019
Do you have any tests which perform a callbr with a normal function target rather than inline asm?
Jan 8 2019
Jan 7 2019
Dec 18 2018
Dec 14 2018
Nov 29 2018
LGTM