All of lore.kernel.org
 help / color / mirror / Atom feed
* How to disable SIMD extensions (mmx, sse3, ...)?
@ 2019-06-04  7:08 Mauro Ziliani
  2019-06-04 11:45 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Ziliani @ 2019-06-04  7:08 UTC (permalink / raw)
  To: yocto

Hi all.

I'm working with a Geode LX800, porting an old application Debian-based 
into Yocto Thud.

I need to disable some multimedia SIMD extensions for gcc compiler.

Where I can do this?

I suppose I have to disable SIMD extensions in 
conf/machine/geode_lx800.conf file (the machine descriptor file), but I 
cannot find any document about.


Can you help me?

MZ




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to disable SIMD extensions (mmx, sse3, ...)?
  2019-06-04  7:08 How to disable SIMD extensions (mmx, sse3, ...)? Mauro Ziliani
@ 2019-06-04 11:45 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2019-06-04 11:45 UTC (permalink / raw)
  To: Mauro Ziliani; +Cc: yocto

On Tue, Jun 04, 2019 at 09:08:49AM +0200, Mauro Ziliani wrote:
> Hi all.

Hi Mauro,

> I'm working with a Geode LX800, porting an old application Debian-based into
> Yocto Thud.

I assume you are aware that the Geode LX is should still work with the 
latest Debian releases.

> I need to disable some multimedia SIMD extensions for gcc compiler.

Why do you want to also disable MMX?
The AMD Geode LX does support MMX (and 3DNow!).

> Where I can do this?
> 
> I suppose I have to disable SIMD extensions in conf/machine/geode_lx800.conf
> file (the machine descriptor file), but I cannot find any document about.
> 
> Can you help me?

Passing -march=geode to the compiler should enable exactly the 
instructions supported by the CPU.

> MZ

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-04 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04  7:08 How to disable SIMD extensions (mmx, sse3, ...)? Mauro Ziliani
2019-06-04 11:45 ` Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.