Google Chrome builds without SSE2.

On Wed, Sep 23, 2009 at 11:16 AM, Dan Kegel <d...@kegel.com> wrote:
>
> Oddly, I can still install fine on my pentium III laptop, I think.
>
> On Wed, Sep 23, 2009 at 11:02 AM, Evan Martin <e...@chromium.org> wrote:
>> The code doesn't lie:
>>
>>           'conditions': [
>>              ['branding=="Chromium"', {
>>                'cflags': [
>>                  '-march=pentium4',
>>                  '-msse2',
>>                  '-mfpmath=sse',
>>                ],
>>              }],
>>            ],
>>
>>
>> http://code.google.com/p/chromium/issues/detail?id=8475
>>
>> On Wed, Sep 23, 2009 at 11:00 AM, Dan Kegel <d...@kegel.com> wrote:
>>>
>>> Does our default build really depend on -msse2 anymore?  Doesn't
>>> seem to on linux...
>>>
>>> 2009/9/22 Ujjwol (उज्जवल लामिछाने) <ujjwollamichh...@gmail.com>:
>>>>
>>>> This (http://code.google.com/p/chromium/wiki/LinuxPackaging) page says
>>>> that
>>>> For silly reasons our default build depends on SSE, but we don't
>>>> actually need. Search base/common.gypi and patch out the -msse2 bits
>>>> before building your package.
>>>>
>>>> But I cannot find base.common.gypi in the source tarball of the
>>>> chromium. How should I fix this solution.
>>>>
>>>> I am wanting to run chromium on XO which has a Geode processor.
>>>> And I would be helpful if anybody points me to the download page where
>>>> chromium without SSe2 can be found.
>>>>
>>>> Thanks in Advance
>>>> Ujjwol
>>>>
>>>> >
>>>>
>>>
>>> >>
>>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to