Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
23 user(s) are online (13 user(s) are browsing Forums)

Members: 0
Guests: 23

more...

Support us!

Headlines

Forum Index


Board index » All Posts (flash)




Re: Amiga40 Germany
Just popping in
Just popping in


@Walkero

100% agree your nominations

Memento audere semper!
Go to top


Re: How to use clib4 (natively)?
Just popping in
Just popping in


@joerg

The question is.. you have great skills and deep knowledge of AmigaOS internals, so I wonder why you don't join Andrea and others developers to build an open source alternative to all this mess?

Memento audere semper!
Go to top


Re: How to use clib4 (natively)?
Just popping in
Just popping in


..Waiting for new SDK release, tnx Walkero!

Memento audere semper!
Go to top


Re: How to use clib4 (natively)?
Just popping in
Just popping in


Opensource OS4 newlib could be a solution, at least clib4 could benefit from some OS4 specific code and resolve I/O speed issues and maybe other tips too.

To give a little chance to Amigaos all OS4 code should be opened..

Memento audere semper!
Go to top


Re: Hi to all Amiga fans
Just popping in
Just popping in


Welcome!

Memento audere semper!
Go to top


Re: DumbPad v03
Just popping in
Just popping in


..You could also think about a checkbox for case sensitive search, useful for C code.

Memento audere semper!
Go to top


Re: A new Odyssey is in development
Just popping in
Just popping in


Andrea superstar!

Memento audere semper!
Go to top


Re: DumbPad v02
Just popping in
Just popping in


@kas1e
It's a very interesting project, I love native software with reaction GUI.
I will follow development in my spare time, keep up the good work!

Memento audere semper!
Go to top


Re: Upcoming Mirari PPC motherboard
Just popping in
Just popping in


Great news and congratulations to everyone involved!
I hope the project becomes a reality within the next 12 months. If OS4/MOS is supported, I'm sure I'll be among the first adopters.

Anyway, I still believe that QEMU virtual boards are the best option to ensure Amiga software survives in the future.
They will never break, and year after year they will become faster and more accurate clones of the original hardware.
Thanks to Zoltan, a future version of QEMU will also include support for a virtual Pegasos I board.

Memento audere semper!
Go to top


Re: My next project - RetroArch for AmigaOS
Just popping in
Just popping in


@Steffen
you should never leave Amiga scene.. welcomw back!
Your work is really much appreciated.

Go to top


Re: Let’s Support SPE Development for A1222 – While We Still Can!
Just popping in
Just popping in


If you want to see more software for A1222 you need to get full SDK and GCC compiler support.

Memento audere semper!
Go to top


Re: Project - hardware to run AOS4 for 35 euro on QEMU 10 + GPU  passthrough
Just popping in
Just popping in


The best way to run QEMU should be a GUI to configure all options more friendly, just like WinUae does.
It's important to take note of all hardware configurations that lead to right results, just like Hacktintosh experience..

Memento audere semper!
Go to top


Re: Project - hardware to run AOS4 for 35 euro on QEMU 10 + GPU  passthrough
Just popping in
Just popping in


@all
look at also here https://eab.abime.net/showthread.php?t=118993

It would be nice to have a GUI to launch QEMU fully functional and ready for a vifo-pci pass-through, audio and usb fully working.

It would be nice also to identify a laptop and a minipc (macmini?) 100% compatible with QEMU OS4

Memento audere semper!
Go to top


Re: Project - hardware to run AOS4 for 35 euro on QEMU 10 + GPU  passthrough
Just popping in
Just popping in


Very impressive, it will be my next amiga
Keep up the good work!!

Memento audere semper!
Go to top


Re: NVMe support for Sam460 Uboot - how about X5000?!
Just popping in
Just popping in


It's a great enhancement and it's free for both 460ex and 440ep platforms.
In these days seems an incredible thing..
ACube rocks!

Memento audere semper!
Go to top


Re: Amigans is moving
Just popping in
Just popping in


It's up and running fast, thank you!

Memento audere semper!
Go to top


Re: WebKit based browser initiative
Just popping in
Just popping in


@walkero

Well done 👍🏻
I'll wait for AK answer if any.

Go to top


Re: X5000 optimized code compile
Just popping in
Just popping in


@FlynnTheAvatar

Maybe e5500 does not recognize the instruction opcode simplify because it's not present.
Try with another CPU target just like -mcpu=604e
Some instructions are specific for PowerPC CPU families, other are derived from IBM Power ISA.
In Amigaland we have a to support a mix of CPU with a shared common base ISA and some specific peculiarities that are incompatibile each other.

Go to top


Re: X5000 optimized code compile
Just popping in
Just popping in


Tune option is for instruction rescheduling and yess it don't break compatibility but optimize code for superscalar CPU and their caches to run multiple instructions at same time.

Memento audere semper!
Go to top


Re: X5000 optimized code compile
Just popping in
Just popping in


@msteed

For X1000 you can go with this

-mcpu=7400 -mtune=7400 -maltivec -mabi=altivec -fomit-frame-pointer -O3

but if your code is executed on different cpus (without Altivec) it will crash.
So you can go with conditional compilation and build binaries for specific models or use runtime dinamic codepath for highly optimized specific code, just like altivec or spe units.

If you want produce a good job you need to go with assembler or lowlevel C code using intrinsics for SIMD.
For SIMD you have to rethink the whole algorithm and for loops go with steps of multiple of 4 (for altivec).
Autovectorization can't do miracles, maybe with modern IA you can ask for a help rearranging code.

I don't know -Ofast GCC switch and need to go inside it further.

Go to top



TopTop
(1) 2 3 4 ... 11 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project