On Wednesday, 20 May 2020 18:25:00 BST SirDice wrote:
> Some time ago I took over maintainership of fs-uae.
And I'd like to thank you very much for that! :-)
I finally got around to installing it, what with have an unexpected
few spare months of time on my hands. I managed to dump my
old A1200
On Wed, May 20, 2020 at 07:25:00PM +0200, SirDice wrote:
> What's a good way to deal with this sort of architecture dependent option?
If the feature is architecture dependant but also needs to be disabled
on architectures where it does not work, a naive way that I can see to
do it is probably to d
On 20/05/2020 20:07, SirDice wrote:
> On Wed, May 20, 2020 at 7:45 PM Martin Neubauer wrote:
>
>> How about something like:
>>
>>
>> OPTIONS_DEFINE_amd64= JIT
>> OPTIONS_DEFINE_i386=JIT
>>
>> JIT_CONFIGURE_ENABLE= jit
>>
On 20/05/2020 19:45, Martin Neubauer wrote:
> JIT_CONFIGURE_ENABLE= jit
Sorry,
JIT_CONFIGURE_OFF= --without-jit
--
Mrs. Peacock in the study with a knife.
signature.asc
Description: OpenPGP digital signature
How about something like:
OPTIONS_DEFINE_amd64= JIT
OPTIONS_DEFINE_i386=JIT
JIT_CONFIGURE_ENABLE= jit
On 20/05/2020 19:25, SirDice wrote:
> Hi,
>
> Some time ago I took over maintainership of fs-uae. Port itself is doing
Hi,
Some time ago I took over maintainership of fs-uae. Port itself is doing
great but I wanted to enable the JIT option to experiment with (it builds
but crashes the application; that's an entirely different issue though). To
enable it I had added this:
OPTIONS_DEFINE_i386=JIT
OPTIONS_DEFINE